Property Constructor (String, String, String) |
Initializes a new instance of the Property class.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Property(
string name,
string ns,
string value
)
Public Sub New (
name As String,
ns As String,
value As String
)
Parameters
- name
- Type: SystemString
A property name. - ns
- Type: SystemString
A property namespace. - value
- Type: SystemString
A property value.
See Also